﻿2026-06-04T05:36:35.5814935Z Current runner version: '2.334.0'
2026-06-04T05:36:35.5824205Z Runner name: 'gravity'
2026-06-04T05:36:35.5825232Z Runner group name: 'Default'
2026-06-04T05:36:35.5826717Z Machine name: 'gravity-linux'
2026-06-04T05:36:35.5830993Z ##[group]GITHUB_TOKEN Permissions
2026-06-04T05:36:35.5834946Z Contents: read
2026-06-04T05:36:35.5835871Z Metadata: read
2026-06-04T05:36:35.5836661Z Packages: read
2026-06-04T05:36:35.5837394Z ##[endgroup]
2026-06-04T05:36:35.5841176Z Secret source: Actions
2026-06-04T05:36:35.5842218Z Prepare workflow directory
2026-06-04T05:36:35.6616654Z Prepare all required actions
2026-06-04T05:36:35.6677452Z Getting action download info
2026-06-04T05:36:36.2085355Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-04T05:36:37.0144827Z Complete job name: test (self-hosted, Linux, gravity)
2026-06-04T05:36:37.1514004Z ##[group]Run actions/checkout@v5
2026-06-04T05:36:37.1515716Z with:
2026-06-04T05:36:37.1516512Z   repository: SaberMage/spt-core
2026-06-04T05:36:37.1524185Z   token: ***
2026-06-04T05:36:37.1524952Z   ssh-strict: true
2026-06-04T05:36:37.1525694Z   ssh-user: git
2026-06-04T05:36:37.1526438Z   persist-credentials: true
2026-06-04T05:36:37.1527254Z   clean: true
2026-06-04T05:36:37.1528006Z   sparse-checkout-cone-mode: true
2026-06-04T05:36:37.1528887Z   fetch-depth: 1
2026-06-04T05:36:37.1529730Z   fetch-tags: false
2026-06-04T05:36:37.1530495Z   show-progress: true
2026-06-04T05:36:37.1531260Z   lfs: false
2026-06-04T05:36:37.1531986Z   submodules: false
2026-06-04T05:36:37.1532782Z   set-safe-directory: true
2026-06-04T05:36:37.1534262Z ##[endgroup]
2026-06-04T05:36:37.3065332Z Syncing repository: SaberMage/spt-core
2026-06-04T05:36:37.3069495Z ##[group]Getting Git version info
2026-06-04T05:36:37.3071295Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T05:36:37.3073611Z [command]/usr/bin/git version
2026-06-04T05:36:37.3074670Z git version 2.34.1
2026-06-04T05:36:37.3078044Z ##[endgroup]
2026-06-04T05:36:37.3087611Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/db88a376-acc1-471a-825a-2ff25a1609f4/.gitconfig'
2026-06-04T05:36:37.3098894Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/db88a376-acc1-471a-825a-2ff25a1609f4' before making global git config changes
2026-06-04T05:36:37.3101766Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T05:36:37.3106892Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T05:36:37.3160076Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T05:36:37.3190501Z https://github.com/SaberMage/spt-core
2026-06-04T05:36:37.3208641Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T05:36:37.3215440Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T05:36:37.3245426Z refs/heads/dev-freeform
2026-06-04T05:36:37.3258342Z [command]/usr/bin/git checkout --detach
2026-06-04T05:36:37.3316468Z HEAD is now at 50620e4 feat(live): M4-D6b Psyche reconcile + bounded turn driver (D7.5a pulled forward)
2026-06-04T05:36:37.3374598Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T05:36:37.3414686Z Deleted branch dev-freeform (was 50620e4).
2026-06-04T05:36:37.3463331Z ##[endgroup]
2026-06-04T05:36:37.3465831Z [command]/usr/bin/git submodule status
2026-06-04T05:36:37.3705234Z ##[group]Cleaning the repository
2026-06-04T05:36:37.3710772Z [command]/usr/bin/git clean -ffdx
2026-06-04T05:36:37.3767063Z Removing traceable-reqs
2026-06-04T05:36:37.3774090Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T05:36:37.3833962Z HEAD is now at 50620e4 feat(live): M4-D6b Psyche reconcile + bounded turn driver (D7.5a pulled forward)
2026-06-04T05:36:37.3839468Z ##[endgroup]
2026-06-04T05:36:37.3875964Z ##[group]Disabling automatic garbage collection
2026-06-04T05:36:37.3882293Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T05:36:37.3921184Z ##[endgroup]
2026-06-04T05:36:37.3922584Z ##[group]Setting up auth
2026-06-04T05:36:37.3932085Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T05:36:37.3975249Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T05:36:37.4308434Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T05:36:37.4313200Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T05:36:37.4505814Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T05:36:37.4550546Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T05:36:37.4804558Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T05:36:37.4865709Z ##[endgroup]
2026-06-04T05:36:37.4867317Z ##[group]Fetching the repository
2026-06-04T05:36:37.4880055Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +50620e4a4834900120d725a13d0c6059ae841e6c:refs/remotes/origin/dev-freeform
2026-06-04T05:36:38.3853984Z ##[endgroup]
2026-06-04T05:36:38.3855303Z ##[group]Determining the checkout info
2026-06-04T05:36:38.3856978Z ##[endgroup]
2026-06-04T05:36:38.3863017Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T05:36:38.3921997Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T05:36:38.3961036Z ##[group]Checking out the ref
2026-06-04T05:36:38.3965343Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T05:36:38.4019395Z Switched to a new branch 'dev-freeform'
2026-06-04T05:36:38.4031379Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T05:36:38.4034707Z ##[endgroup]
2026-06-04T05:36:38.4074440Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T05:36:38.4107876Z 50620e4a4834900120d725a13d0c6059ae841e6c
2026-06-04T05:36:38.4426444Z ##[group]Run cargo build --workspace --all-targets
2026-06-04T05:36:38.4427731Z [36;1mcargo build --workspace --all-targets[0m
2026-06-04T05:36:38.4454423Z shell: /usr/bin/bash -e {0}
2026-06-04T05:36:38.4455221Z ##[endgroup]
2026-06-04T05:36:38.9571753Z    Compiling proc-macro2 v1.0.106
2026-06-04T05:36:38.9573890Z    Compiling quote v1.0.45
2026-06-04T05:36:38.9575518Z    Compiling unicode-ident v1.0.24
2026-06-04T05:36:38.9577077Z    Compiling libc v0.2.186
2026-06-04T05:36:39.0520018Z    Compiling serde_core v1.0.228
2026-06-04T05:36:39.1845206Z    Compiling serde v1.0.228
2026-06-04T05:36:39.4801744Z    Compiling cfg-if v1.0.4
2026-06-04T05:36:39.5431084Z    Compiling typenum v1.20.1
2026-06-04T05:36:40.7248459Z    Compiling syn v2.0.117
2026-06-04T05:36:40.9301752Z    Compiling version_check v0.9.5
2026-06-04T05:36:41.4952346Z    Compiling portable-atomic v1.13.1
2026-06-04T05:36:41.9431174Z    Compiling critical-section v1.2.0
2026-06-04T05:36:42.0052314Z    Compiling memchr v2.8.1
2026-06-04T05:36:42.0130994Z    Compiling subtle v2.6.1
2026-06-04T05:36:42.1850968Z    Compiling generic-array v0.14.7
2026-06-04T05:36:42.3200511Z    Compiling semver v1.0.28
2026-06-04T05:36:42.7330861Z    Compiling rustc_version v0.4.1
2026-06-04T05:36:43.1231141Z    Compiling smallvec v1.15.1
2026-06-04T05:36:43.3846020Z    Compiling find-msvc-tools v0.1.9
2026-06-04T05:36:43.6805673Z    Compiling shlex v2.0.1
2026-06-04T05:36:43.7831195Z    Compiling itoa v1.0.18
2026-06-04T05:36:43.8821049Z    Compiling cc v1.2.63
2026-06-04T05:36:43.9990952Z    Compiling equivalent v1.0.2
2026-06-04T05:36:44.0430642Z    Compiling crypto-common v0.1.7
2026-06-04T05:36:44.0510891Z    Compiling pin-project-lite v0.2.17
2026-06-04T05:36:44.1080482Z    Compiling getrandom v0.2.17
2026-06-04T05:36:44.1361002Z    Compiling log v0.4.30
2026-06-04T05:36:44.2917364Z    Compiling cpufeatures v0.2.17
2026-06-04T05:36:44.3330684Z    Compiling hashbrown v0.17.1
2026-06-04T05:36:44.3870808Z    Compiling bytes v1.11.1
2026-06-04T05:36:45.2884655Z    Compiling indexmap v2.14.0
2026-06-04T05:36:45.3861091Z    Compiling futures-core v0.3.32
2026-06-04T05:36:45.5130972Z    Compiling rand_core v0.10.1
2026-06-04T05:36:45.6690826Z    Compiling bitflags v2.11.1
2026-06-04T05:36:45.9185502Z    Compiling socket2 v0.6.4
2026-06-04T05:36:46.0927247Z    Compiling getrandom v0.4.2
2026-06-04T05:36:46.2700825Z    Compiling mio v1.2.1
2026-06-04T05:36:46.5020902Z    Compiling stable_deref_trait v1.2.1
2026-06-04T05:36:46.6278460Z    Compiling block-buffer v0.10.4
2026-06-04T05:36:46.7660735Z    Compiling futures-sink v0.3.32
2026-06-04T05:36:46.7710557Z    Compiling slab v0.4.12
2026-06-04T05:36:46.8406854Z    Compiling futures-io v0.3.32
2026-06-04T05:36:46.9760924Z    Compiling futures-channel v0.3.32
2026-06-04T05:36:47.0151562Z    Compiling digest v0.10.7
2026-06-04T05:36:47.0209863Z    Compiling futures-task v0.3.32
2026-06-04T05:36:47.2101758Z    Compiling synstructure v0.13.2
2026-06-04T05:36:47.2680520Z    Compiling curve25519-dalek v4.1.3
2026-06-04T05:36:47.2760908Z    Compiling zerocopy v0.8.50
2026-06-04T05:36:47.4660808Z    Compiling rand_core v0.6.4
2026-06-04T05:36:47.6391000Z    Compiling ahash v0.8.12
2026-06-04T05:36:47.6794177Z    Compiling fnv v1.0.7
2026-06-04T05:36:47.7940485Z    Compiling sha2 v0.10.9
2026-06-04T05:36:48.0326976Z    Compiling autocfg v1.5.1
2026-06-04T05:36:48.3192545Z    Compiling pkg-config v0.3.33
2026-06-04T05:36:48.5530519Z    Compiling vcpkg v0.2.15
2026-06-04T05:36:49.1162561Z    Compiling signature v2.2.0
2026-06-04T05:36:49.2170492Z    Compiling ed25519 v2.2.3
2026-06-04T05:36:49.4000579Z    Compiling cfg_aliases v0.2.1
2026-06-04T05:36:49.4440635Z    Compiling zmij v1.0.21
2026-06-04T05:36:49.5645079Z    Compiling libsqlite3-sys v0.30.1
2026-06-04T05:36:49.6570627Z    Compiling fastrand v2.4.1
2026-06-04T05:36:49.7904770Z    Compiling serde_derive v1.0.228
2026-06-04T05:36:49.8650212Z    Compiling zeroize_derive v1.4.3
2026-06-04T05:36:49.9380452Z    Compiling tokio-macros v2.7.0
2026-06-04T05:36:50.5311906Z    Compiling zeroize v1.8.2
2026-06-04T05:36:50.7370432Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-04T05:36:50.7966726Z    Compiling tokio v1.52.3
2026-06-04T05:36:51.3972717Z    Compiling zerofrom-derive v0.1.7
2026-06-04T05:36:53.1987349Z    Compiling futures-macro v0.3.32
2026-06-04T05:36:53.9799812Z    Compiling zerofrom v0.1.8
2026-06-04T05:36:54.1120511Z    Compiling yoke-derive v0.8.2
2026-06-04T05:36:54.2331853Z    Compiling futures-util v0.3.32
2026-06-04T05:36:55.6610465Z    Compiling yoke v0.8.2
2026-06-04T05:36:55.8930610Z    Compiling zerovec-derive v0.11.3
2026-06-04T05:36:56.6990329Z    Compiling once_cell v1.21.4
2026-06-04T05:36:56.9510733Z    Compiling displaydoc v0.2.6
2026-06-04T05:36:57.5340659Z    Compiling zerovec v0.11.6
2026-06-04T05:36:58.6896438Z    Compiling hashbrown v0.14.5
2026-06-04T05:36:59.0180476Z    Compiling tinystr v0.8.3
2026-06-04T05:36:59.2427385Z    Compiling tracing-core v0.1.36
2026-06-04T05:36:59.6590782Z    Compiling ed25519-dalek v2.2.0
2026-06-04T05:36:59.9837301Z    Compiling tracing-attributes v0.1.31
2026-06-04T05:37:00.0870587Z    Compiling litemap v0.8.2
2026-06-04T05:37:00.3270627Z    Compiling writeable v0.6.3
2026-06-04T05:37:00.5717614Z    Compiling serde_json v1.0.150
2026-06-04T05:37:00.6941731Z    Compiling rustversion v1.0.22
2026-06-04T05:37:00.7597944Z    Compiling icu_locale_core v2.2.0
2026-06-04T05:37:01.4161517Z    Compiling hashlink v0.9.1
2026-06-04T05:37:01.8443418Z    Compiling tracing v0.1.44
2026-06-04T05:37:01.8900507Z    Compiling potential_utf v0.1.5
2026-06-04T05:37:02.0210573Z    Compiling zerotrie v0.2.4
2026-06-04T05:37:02.1680681Z    Compiling icu_normalizer_data v2.2.0
2026-06-04T05:37:02.2820889Z    Compiling fallible-iterator v0.3.0
2026-06-04T05:37:02.4251062Z    Compiling utf8_iter v1.0.4
2026-06-04T05:37:02.5528155Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-04T05:37:02.6430689Z    Compiling icu_properties_data v2.2.0
2026-06-04T05:37:02.7050394Z    Compiling icu_collections v2.2.0
2026-06-04T05:37:02.7611752Z    Compiling icu_provider v2.2.0
2026-06-04T05:37:03.4251211Z    Compiling spt-proto v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-04T05:37:03.8750297Z    Compiling tokio-util v0.7.18
2026-06-04T05:37:04.5911920Z    Compiling anyhow v1.0.102
2026-06-04T05:37:04.9960371Z    Compiling percent-encoding v2.3.2
2026-06-04T05:37:05.1030534Z    Compiling icu_properties v2.2.0
2026-06-04T05:37:05.5148567Z    Compiling icu_normalizer v2.2.0
2026-06-04T05:37:05.6286305Z    Compiling ring v0.17.14
2026-06-04T05:37:06.2007140Z    Compiling http v1.4.1
2026-06-04T05:37:06.3600740Z    Compiling thiserror v2.0.18
2026-06-04T05:37:06.6777108Z    Compiling strsim v0.11.1
2026-06-04T05:37:07.1030734Z    Compiling cpufeatures v0.3.0
2026-06-04T05:37:07.1470197Z    Compiling idna_adapter v1.2.2
2026-06-04T05:37:07.3870539Z    Compiling rustls-pki-types v1.14.1
2026-06-04T05:37:07.7912331Z    Compiling thiserror-impl v2.0.18
2026-06-04T05:37:08.0534509Z    Compiling idna v1.1.0
2026-06-04T05:37:09.0069624Z    Compiling chacha20 v0.10.0
2026-06-04T05:37:09.3406285Z    Compiling form_urlencoded v1.2.2
2026-06-04T05:37:09.5045356Z    Compiling ipnet v2.12.0
2026-06-04T05:37:09.6661271Z    Compiling ident_case v1.0.1
2026-06-04T05:37:09.7550617Z    Compiling untrusted v0.9.0
2026-06-04T05:37:09.8410432Z    Compiling darling_core v0.20.11
2026-06-04T05:37:10.1969679Z    Compiling url v2.5.8
2026-06-04T05:37:11.4670939Z    Compiling rand v0.10.1
2026-06-04T05:37:11.6882157Z    Compiling rusqlite v0.32.1
2026-06-04T05:37:12.5570515Z    Compiling rustls v0.23.40
2026-06-04T05:37:12.6770563Z    Compiling scopeguard v1.2.0
2026-06-04T05:37:12.7460615Z    Compiling unicode-segmentation v1.13.3
2026-06-04T05:37:13.0919617Z    Compiling lock_api v0.4.14
2026-06-04T05:37:13.3766283Z    Compiling spt-store v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-04T05:37:13.4212181Z    Compiling convert_case v0.10.0
2026-06-04T05:37:13.5811415Z    Compiling rustls-webpki v0.103.13
2026-06-04T05:37:13.7743341Z    Compiling const-oid v0.10.2
2026-06-04T05:37:14.0074224Z    Compiling atomic-waker v1.1.2
2026-06-04T05:37:14.0608651Z    Compiling darling_macro v0.20.11
2026-06-04T05:37:14.1017499Z    Compiling unicode-xid v0.2.6
2026-06-04T05:37:14.1847899Z    Compiling derive_more-impl v2.1.1
2026-06-04T05:37:14.3910655Z    Compiling darling v0.20.11
2026-06-04T05:37:14.4360518Z    Compiling httparse v1.10.1
2026-06-04T05:37:15.0870572Z    Compiling rustix v1.1.4
2026-06-04T05:37:15.5311106Z    Compiling spt-msg v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-04T05:37:16.1240660Z    Compiling derive_builder_core v0.20.2
2026-06-04T05:37:17.6420386Z    Compiling h2 v0.4.14
2026-06-04T05:37:17.7674319Z    Compiling http-body v1.0.1
2026-06-04T05:37:17.9004361Z    Compiling hybrid-array v0.4.12
2026-06-04T05:37:18.8236803Z    Compiling base64ct v1.8.3
2026-06-04T05:37:19.1943547Z    Compiling heck v0.5.0
2026-06-04T05:37:19.4538098Z    Compiling powerfmt v0.2.0
2026-06-04T05:37:19.6750273Z    Compiling paste v1.0.15
2026-06-04T05:37:19.8750675Z    Compiling derive_more v2.1.1
2026-06-04T05:37:19.8861108Z    Compiling linux-raw-sys v0.12.1
2026-06-04T05:37:20.0490543Z    Compiling deranged v0.5.8
2026-06-04T05:37:21.9810204Z    Compiling pem-rfc7468 v1.0.0
2026-06-04T05:37:22.3399131Z    Compiling derive_builder_macro v0.20.2
2026-06-04T05:37:22.9896432Z    Compiling n0-error-macros v0.1.3
2026-06-04T05:37:23.4620509Z    Compiling spez v0.1.2
2026-06-04T05:37:23.8030827Z    Compiling num-traits v0.2.19
2026-06-04T05:37:23.9180842Z    Compiling memoffset v0.6.5
2026-06-04T05:37:24.0371162Z    Compiling try-lock v0.2.5
2026-06-04T05:37:24.0890280Z    Compiling parking_lot_core v0.9.12
2026-06-04T05:37:24.1037277Z    Compiling thiserror v1.0.69
2026-06-04T05:37:24.1780780Z    Compiling tower-service v0.3.3
2026-06-04T05:37:24.2449263Z    Compiling time-core v0.1.8
2026-06-04T05:37:24.2580766Z    Compiling num-conv v0.2.2
2026-06-04T05:37:24.3580780Z    Compiling tinyvec_macros v0.1.1
2026-06-04T05:37:24.3991057Z    Compiling data-encoding v2.11.0
2026-06-04T05:37:24.4061445Z    Compiling base64 v0.22.1
2026-06-04T05:37:24.4460557Z    Compiling tinyvec v1.11.0
2026-06-04T05:37:24.9180450Z    Compiling n0-error v0.1.3
2026-06-04T05:37:25.0770356Z    Compiling want v0.3.1
2026-06-04T05:37:25.2817630Z    Compiling tempfile v3.27.0
2026-06-04T05:37:25.3667251Z    Compiling derive_builder v0.20.2
2026-06-04T05:37:25.4466731Z    Compiling der v0.8.0-rc.10
2026-06-04T05:37:25.6894680Z    Compiling crypto-common v0.2.2
2026-06-04T05:37:25.8340727Z    Compiling block-buffer v0.12.0
2026-06-04T05:37:25.9960464Z    Compiling vergen-lib v9.1.0
2026-06-04T05:37:26.0841140Z    Compiling pin-project-internal v1.1.13
2026-06-04T05:37:26.1170696Z    Compiling thiserror-impl v1.0.69
2026-06-04T05:37:27.4230337Z    Compiling n0-future v0.3.2
2026-06-04T05:37:27.6051364Z    Compiling inout v0.1.4
2026-06-04T05:37:27.6430560Z    Compiling serial-core v0.4.0
2026-06-04T05:37:27.6929494Z    Compiling ioctl-rs v0.1.6
2026-06-04T05:37:27.7130504Z    Compiling termios v0.2.2
2026-06-04T05:37:27.7668077Z    Compiling winnow v1.0.3
2026-06-04T05:37:27.8192239Z    Compiling crossbeam-utils v0.8.21
2026-06-04T05:37:27.8381846Z    Compiling parking v2.2.1
2026-06-04T05:37:27.9710568Z    Compiling diatomic-waker v0.2.3
2026-06-04T05:37:28.0466883Z    Compiling spin v0.10.0
2026-06-04T05:37:28.1080580Z    Compiling cordyceps v0.3.4
2026-06-04T05:37:28.1420655Z    Compiling httpdate v1.0.3
2026-06-04T05:37:28.2160557Z    Compiling futures-lite v2.6.1
2026-06-04T05:37:28.3900502Z    Compiling hyper v1.10.1
2026-06-04T05:37:28.5160628Z    Compiling futures-buffered v0.2.13
2026-06-04T05:37:29.0437203Z    Compiling serial-unix v0.4.0
2026-06-04T05:37:29.2480553Z    Compiling cipher v0.4.4
2026-06-04T05:37:29.5040500Z    Compiling pin-project v1.1.13
2026-06-04T05:37:29.5468511Z    Compiling spki v0.8.0-rc.4
2026-06-04T05:37:29.5600606Z    Compiling digest v0.11.3
2026-06-04T05:37:29.7470961Z    Compiling netlink-packet-core v0.8.1
2026-06-04T05:37:29.9250943Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-04T05:37:30.5730206Z    Compiling tokio-rustls v0.26.4
2026-06-04T05:37:30.9186644Z    Compiling vergen v9.1.0
2026-06-04T05:37:30.9360654Z    Compiling vergen-lib v0.1.6
2026-06-04T05:37:30.9860506Z    Compiling noq-udp v0.10.0
2026-06-04T05:37:31.0430628Z    Compiling sync_wrapper v1.0.2
2026-06-04T05:37:31.0480646Z    Compiling universal-hash v0.5.1
2026-06-04T05:37:31.1172755Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-04T05:37:31.1537928Z    Compiling heapless v0.7.17
2026-06-04T05:37:31.3091552Z    Compiling aho-corasick v1.1.4
2026-06-04T05:37:31.3180849Z    Compiling either v1.16.0
2026-06-04T05:37:31.3250358Z    Compiling opaque-debug v0.3.1
2026-06-04T05:37:31.3524774Z    Compiling regex-syntax v0.8.10
2026-06-04T05:37:31.3640601Z    Compiling pin-utils v0.1.0
2026-06-04T05:37:31.4030558Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-04T05:37:31.6082138Z    Compiling byteorder v1.5.0
2026-06-04T05:37:31.6966144Z    Compiling bitflags v1.3.2
2026-06-04T05:37:31.7451388Z    Compiling nix v0.25.1
2026-06-04T05:37:31.8280554Z    Compiling hash32 v0.2.1
2026-06-04T05:37:32.0139019Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-04T05:37:33.8170477Z    Compiling prefix-trie v0.8.4
2026-06-04T05:37:34.3700771Z    Compiling regex-automata v0.4.14
2026-06-04T05:37:34.8150704Z    Compiling polyval v0.6.2
2026-06-04T05:37:35.1470495Z    Compiling hyper-util v0.1.20
2026-06-04T05:37:35.5677120Z    Compiling parking_lot v0.12.5
2026-06-04T05:37:36.5453926Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-04T05:37:36.8530579Z    Compiling serial v0.4.0
2026-06-04T05:37:36.9070625Z    Compiling filedescriptor v0.8.3
2026-06-04T05:37:37.8790331Z    Compiling spin v0.9.8
2026-06-04T05:37:38.0570563Z    Compiling vergen-gitcl v1.0.8
2026-06-04T05:37:38.1136947Z    Compiling futures-executor v0.3.32
2026-06-04T05:37:38.1596222Z    Compiling toml_datetime v0.6.11
2026-06-04T05:37:38.4020855Z    Compiling serde_spanned v0.6.9
2026-06-04T05:37:38.4908504Z    Compiling tower-layer v0.3.3
2026-06-04T05:37:38.5120324Z    Compiling signature v3.0.0
2026-06-04T05:37:38.6147782Z    Compiling downcast-rs v1.2.1
2026-06-04T05:37:38.6760826Z    Compiling winnow v0.7.15
2026-06-04T05:37:38.6830258Z    Compiling shell-words v1.1.1
2026-06-04T05:37:39.1586994Z    Compiling num_threads v0.1.7
2026-06-04T05:37:39.2850821Z    Compiling toml_write v0.1.2
2026-06-04T05:37:39.5150583Z    Compiling time v0.3.47
2026-06-04T05:37:39.9060749Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-04T05:37:39.9676202Z    Compiling portable-pty v0.8.1
2026-06-04T05:37:40.3390747Z    Compiling ed25519 v3.0.0-rc.4
2026-06-04T05:37:40.7602049Z    Compiling futures v0.3.32
2026-06-04T05:37:40.9150970Z    Compiling regex v1.12.3
2026-06-04T05:37:41.8040636Z    Compiling toml_edit v0.22.27
2026-06-04T05:37:42.5910166Z    Compiling ghash v0.5.1
2026-06-04T05:37:42.6294541Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-04T05:37:42.6860407Z    Compiling proc-macro-crate v3.5.0
2026-06-04T05:37:43.4148048Z    Compiling sha2 v0.11.0-rc.5
2026-06-04T05:37:44.0350442Z    Compiling aes v0.8.4
2026-06-04T05:37:44.8580732Z    Compiling ctr v0.9.2
2026-06-04T05:37:44.8984798Z    Compiling http-body-util v0.1.3
2026-06-04T05:37:45.0540562Z    Compiling cobs v0.3.0
2026-06-04T05:37:45.2357621Z    Compiling netlink-sys v0.8.8
2026-06-04T05:37:45.2450479Z    Compiling postcard-derive v0.2.2
2026-06-04T05:37:45.5293324Z    Compiling aead v0.5.2
2026-06-04T05:37:45.6400134Z    Compiling openssl-probe v0.2.1
2026-06-04T05:37:45.7893535Z    Compiling rustls-native-certs v0.8.4
2026-06-04T05:37:45.8430254Z    Compiling postcard v1.1.3
2026-06-04T05:37:46.1020721Z    Compiling aes-gcm v0.10.3
2026-06-04T05:37:46.2770359Z    Compiling toml v0.8.23
2026-06-04T05:37:46.4135940Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-04T05:37:46.8190745Z    Compiling num_enum_derive v0.7.6
2026-06-04T05:37:47.3070981Z    Compiling data-encoding-macro v0.1.20
2026-06-04T05:37:47.3468071Z    Compiling tower v0.5.3
2026-06-04T05:37:47.8035734Z    Compiling crossbeam-channel v0.5.15
2026-06-04T05:37:48.0698299Z    Compiling crossbeam-epoch v0.9.18
2026-06-04T05:37:48.1549808Z    Compiling netlink-packet-route v0.29.0
2026-06-04T05:37:48.1790463Z    Compiling iroh-metrics-derive v0.4.1
2026-06-04T05:37:48.5110758Z    Compiling strum_macros v0.28.0
2026-06-04T05:37:48.5620298Z    Compiling async-trait v0.1.89
2026-06-04T05:37:48.6626790Z    Compiling enum-assoc v1.3.0
2026-06-04T05:37:49.5476553Z    Compiling noq v0.18.0
2026-06-04T05:37:49.7406035Z    Compiling netwatch v0.16.0
2026-06-04T05:37:49.8556695Z    Compiling uuid v1.23.2
2026-06-04T05:37:49.9373221Z    Compiling blake3 v1.8.5
2026-06-04T05:37:50.2310377Z    Compiling acto v0.8.2
2026-06-04T05:37:50.3594270Z    Compiling xml-rs v0.8.28
2026-06-04T05:37:50.4001829Z    Compiling ryu v1.0.23
2026-06-04T05:37:50.5816664Z    Compiling rustc-hash v2.1.2
2026-06-04T05:37:50.6861425Z    Compiling mac-addr v0.3.0
2026-06-04T05:37:50.8600435Z    Compiling sorted-index-buffer v0.2.1
2026-06-04T05:37:51.0170734Z    Compiling identity-hash v0.1.0
2026-06-04T05:37:51.0950402Z    Compiling foldhash v0.2.0
2026-06-04T05:37:51.2580479Z    Compiling lru-slab v0.1.2
2026-06-04T05:37:51.3805942Z    Compiling allocator-api2 v0.2.21
2026-06-04T05:37:51.8161479Z    Compiling tagptr v0.2.0
2026-06-04T05:37:51.8800522Z    Compiling strum v0.28.0
2026-06-04T05:37:51.9246903Z    Compiling hashbrown v0.16.1
2026-06-04T05:37:51.9655045Z    Compiling moka v0.12.15
2026-06-04T05:37:51.9760617Z    Compiling noq-proto v0.17.0
2026-06-04T05:37:52.9734571Z    Compiling xmltree v0.10.3
2026-06-04T05:37:53.1910462Z    Compiling iroh-metrics v0.38.3
2026-06-04T05:37:53.7527892Z    Compiling hickory-net v0.26.0-beta.4
2026-06-04T05:37:54.4187208Z    Compiling iroh-relay v0.98.0
2026-06-04T05:37:54.6652653Z    Compiling tower-http v0.6.11
2026-06-04T05:37:55.2200535Z    Compiling num_enum v0.7.6
2026-06-04T05:37:55.2980832Z    Compiling iroh-base v0.98.0
2026-06-04T05:37:56.0720597Z    Compiling netdev v0.42.0
2026-06-04T05:37:56.6540250Z    Compiling rustls-platform-verifier v0.7.0
2026-06-04T05:37:56.8753775Z    Compiling netlink-proto v0.12.0
2026-06-04T05:37:57.1881568Z    Compiling spt-term v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-04T05:37:57.2930519Z    Compiling hyper-rustls v0.27.9
2026-06-04T05:37:57.5990849Z    Compiling n0-watcher v0.6.1
2026-06-04T05:37:57.8702967Z    Compiling netlink-packet-route v0.30.0
2026-06-04T05:37:58.7167778Z    Compiling attohttpc v0.30.1
2026-06-04T05:37:59.7670728Z    Compiling tokio-stream v0.1.18
2026-06-04T05:38:00.1330223Z    Compiling simple-dns v0.9.3
2026-06-04T05:38:00.4910639Z    Compiling sha1_smol v1.0.1
2026-06-04T05:38:00.7058384Z    Compiling constant_time_eq v0.4.2
2026-06-04T05:38:00.8670940Z    Compiling resolv-conf v0.7.6
2026-06-04T05:38:01.3030720Z    Compiling simdutf8 v0.1.5
2026-06-04T05:38:01.6000607Z    Compiling smol_str v0.1.24
2026-06-04T05:38:01.8050546Z    Compiling arrayvec v0.7.6
2026-06-04T05:38:02.0880628Z    Compiling arrayref v0.3.9
2026-06-04T05:38:02.5800528Z    Compiling iroh-dns v0.98.0
2026-06-04T05:38:03.1000601Z    Compiling tokio-websockets v0.13.2
2026-06-04T05:38:03.6400502Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-04T05:38:05.2230983Z    Compiling igd-next v0.17.1
2026-06-04T05:38:07.3090602Z    Compiling reqwest v0.13.4
2026-06-04T05:38:08.3957406Z    Compiling lru v0.16.4
2026-06-04T05:38:08.6021176Z    Compiling spt-runtime v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-04T05:38:09.4278114Z    Compiling webpki-roots v1.0.7
2026-06-04T05:38:09.5370388Z    Compiling iroh v0.98.2
2026-06-04T05:38:09.7680519Z    Compiling hmac v0.12.1
2026-06-04T05:38:09.9040369Z    Compiling serde_bytes v0.11.19
2026-06-04T05:38:10.1723347Z    Compiling seize v0.5.1
2026-06-04T05:38:10.2889011Z    Compiling cmov v0.5.4
2026-06-04T05:38:10.5850711Z    Compiling ctutils v0.4.2
2026-06-04T05:38:10.5940939Z    Compiling papaya v0.2.4
2026-06-04T05:38:10.8900500Z    Compiling hkdf v0.12.4
2026-06-04T05:38:11.0271104Z    Compiling portmapper v0.16.0
2026-06-04T05:38:11.2090645Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-04T05:38:12.9670756Z    Compiling backon v1.6.0
2026-06-04T05:38:13.2380664Z    Compiling spake2 v0.4.0
2026-06-04T05:38:13.5830699Z    Compiling sha1 v0.10.6
2026-06-04T05:38:13.8160869Z    Compiling doctest-file v1.1.1
2026-06-04T05:38:14.3090716Z    Compiling interprocess v2.4.2
2026-06-04T05:38:15.2440814Z    Compiling spt-live v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-04T05:38:15.4063751Z    Compiling utf8parse v0.2.2
2026-06-04T05:38:15.4840408Z    Compiling anstyle-parse v1.0.0
2026-06-04T05:38:15.5030515Z    Compiling is_terminal_polyfill v1.70.2
2026-06-04T05:38:15.5617881Z    Compiling colorchoice v1.0.5
2026-06-04T05:38:15.6356781Z    Compiling anstyle v1.0.14
2026-06-04T05:38:15.6760979Z    Compiling anstyle-query v1.1.5
2026-06-04T05:38:15.7390750Z    Compiling clap_lex v1.1.0
2026-06-04T05:38:15.9190025Z    Compiling anstream v1.0.0
2026-06-04T05:38:15.9785461Z    Compiling clap_derive v4.6.1
2026-06-04T05:38:16.2420676Z    Compiling clap_builder v4.6.0
2026-06-04T05:38:16.3351086Z    Compiling mock-adapter v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-04T05:38:19.7886854Z    Compiling clap v4.6.1
2026-06-04T05:38:35.3442737Z    Compiling spt-net v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-04T05:38:36.8644957Z    Compiling spt-daemon v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-04T05:38:48.7401023Z    Compiling spt v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-04T05:38:55.7278183Z     Finished `dev` profile [unoptimized] target(s) in 2m 17s
2026-06-04T05:38:55.7839691Z ##[group]Run cargo test --workspace
2026-06-04T05:38:55.7840231Z [36;1mcargo test --workspace[0m
2026-06-04T05:38:55.7861817Z shell: /usr/bin/bash -e {0}
2026-06-04T05:38:55.7862190Z ##[endgroup]
2026-06-04T05:38:56.1790499Z     Finished `test` profile [unoptimized] target(s) in 0.37s
2026-06-04T05:38:56.2090158Z      Running unittests src/main.rs (target/debug/deps/mock_session-2d800d14bd17df09)
2026-06-04T05:38:56.2104653Z 
2026-06-04T05:38:56.2105015Z running 0 tests
2026-06-04T05:38:56.2105504Z 
2026-06-04T05:38:56.2105924Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T05:38:56.2106488Z 
2026-06-04T05:38:56.2106894Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-871e64e47d5a7661)
2026-06-04T05:38:56.2126795Z 
2026-06-04T05:38:56.2127169Z running 3 tests
2026-06-04T05:38:56.2148275Z test mock_manifest_parses_and_validates ... ok
2026-06-04T05:38:56.2148976Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-04T05:38:56.2149666Z test mock_has_no_claude_code_conventions ... ok
2026-06-04T05:38:56.2150022Z 
2026-06-04T05:38:56.2150448Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T05:38:56.2151017Z 
2026-06-04T05:38:56.2151622Z      Running unittests src/main.rs (target/debug/deps/spt-cde7d93352a35238)
2026-06-04T05:38:56.2169048Z 
2026-06-04T05:38:56.2169540Z running 56 tests
2026-06-04T05:38:56.2183718Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-04T05:38:56.2184503Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-04T05:38:56.2185126Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-04T05:38:56.2187042Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-04T05:38:56.2192207Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-04T05:38:56.2196986Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-04T05:38:56.2200304Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-04T05:38:56.2208252Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-04T05:38:56.2209323Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-04T05:38:56.2210298Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-04T05:38:56.2211160Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-04T05:38:56.2214882Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-04T05:38:56.2215601Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-04T05:38:56.2216308Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-04T05:38:56.2218250Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-04T05:38:58.3202708Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-04T05:38:58.3206590Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-04T05:38:58.3211699Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-04T05:38:58.3214712Z test api::reporting::tests::history_log_appends ... ok
2026-06-04T05:38:58.3215599Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-04T05:38:58.3224905Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-04T05:38:58.3348143Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-04T05:38:58.3758195Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-04T05:38:58.3816511Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-04T05:38:58.3882881Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-04T05:38:58.3940593Z test api::startup::tests::missing_seed_refused ... ok
2026-06-04T05:38:58.3947462Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-04T05:38:58.3962897Z test api::tests::adapter_is_required ... ok
2026-06-04T05:38:58.3973746Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-04T05:38:58.3974379Z test api::tests::state_value_is_validated ... ok
2026-06-04T05:38:58.3993431Z test api::tests::surface_parses ... ok
2026-06-04T05:38:58.4018687Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-04T05:38:58.4091003Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-04T05:38:58.4092069Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-04T05:38:58.4105624Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-04T05:38:58.4114109Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-04T05:38:58.4122084Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-04T05:38:58.4125678Z test cli::tests::digest_flag_defaults ... ok
2026-06-04T05:38:58.4140515Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-04T05:38:58.4141319Z test cli::tests::access_subcommands_parse ... ok
2026-06-04T05:38:58.4146154Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-04T05:38:58.4151988Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-04T05:38:58.4152666Z test cli::tests::invalid_usage_errors ... ok
2026-06-04T05:38:58.4153322Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-04T05:38:58.4164172Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-04T05:38:58.4164818Z test cli::tests::ring_timeout_defaults ... ok
2026-06-04T05:38:58.4169094Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-04T05:38:58.4170652Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-04T05:38:58.4173422Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-04T05:38:58.4177805Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-04T05:38:58.4178840Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-04T05:38:58.4180036Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-04T05:38:58.4180951Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-04T05:38:58.4228853Z test cli::tests::subcommands_parse ... ok
2026-06-04T05:38:58.4473960Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-04T05:38:58.4477741Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-04T05:38:58.4478225Z 
2026-06-04T05:38:58.4478640Z test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.23s
2026-06-04T05:38:58.4479354Z 
2026-06-04T05:38:58.4487100Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-5ee01940e0d89396)
2026-06-04T05:38:58.4504339Z 
2026-06-04T05:38:58.4504593Z running 4 tests
2026-06-04T05:38:58.7381104Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-04T05:38:58.7515195Z SEEDED:411228
2026-06-04T05:38:59.2304772Z test live_agent_lifecycle_e2e ... ok
2026-06-04T05:38:59.2971926Z test mock_adapter_drives_the_full_contract ... ok
2026-06-04T05:38:59.3526644Z SEEDED:411228
2026-06-04T05:38:59.6195732Z test seed_then_listen_binds_and_relays ... ok
2026-06-04T05:38:59.6196136Z 
2026-06-04T05:38:59.6196529Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.17s
2026-06-04T05:38:59.6197093Z 
2026-06-04T05:38:59.6201936Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-913ce81a7026b131)
2026-06-04T05:38:59.6238622Z 
2026-06-04T05:38:59.6238991Z running 89 tests
2026-06-04T05:38:59.6243293Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-04T05:38:59.6244196Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-04T05:38:59.6257278Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-04T05:38:59.6261151Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-04T05:38:59.6262455Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-04T05:38:59.6270203Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-04T05:38:59.6271191Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-04T05:38:59.6273688Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-04T05:38:59.6274587Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-04T05:38:59.6275390Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-04T05:38:59.6276136Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-04T05:38:59.6279892Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-04T05:38:59.6280619Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-04T05:38:59.6283285Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-04T05:38:59.6284310Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-04T05:38:59.6285604Z test access::tests::gate_decision_table ... ok
2026-06-04T05:38:59.6289786Z test config::tests::missing_file_is_default ... ok
2026-06-04T05:38:59.6290470Z test config::tests::save_load_roundtrip ... ok
2026-06-04T05:38:59.6294383Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-04T05:38:59.6295001Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-04T05:38:59.6298719Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-04T05:38:59.6319780Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-04T05:38:59.6330521Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-04T05:38:59.6340467Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-04T05:38:59.6347741Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-04T05:38:59.6370772Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-04T05:38:59.6371858Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-04T05:38:59.6377860Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-04T05:38:59.6383659Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-04T05:38:59.6385693Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-04T05:38:59.6386714Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-04T05:38:59.6387735Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-04T05:38:59.6388608Z test digesthub::tests::render_is_glanceable ... ok
2026-06-04T05:38:59.6389759Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-04T05:38:59.6403032Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-04T05:38:59.6419125Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-04T05:38:59.6482897Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-04T05:38:59.6493062Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-04T05:38:59.6494552Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-04T05:38:59.6495925Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-04T05:38:59.6496669Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-04T05:38:59.6497646Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-04T05:38:59.6498375Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-04T05:38:59.6511949Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-04T05:38:59.6582901Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-04T05:38:59.6834344Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-04T05:38:59.7029515Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-04T05:38:59.7561235Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-04T05:38:59.7812585Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-04T05:38:59.8046458Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-04T05:38:59.8581453Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-04T05:38:59.8583697Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-04T05:38:59.8585254Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-04T05:38:59.8586747Z test msg::tests::output_envelope_round_trips ... ok
2026-06-04T05:38:59.8588074Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-04T05:38:59.8589302Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-04T05:38:59.8793827Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-04T05:38:59.8804892Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-04T05:38:59.8805966Z test reconcile::tests::active_node_wins ... ok
2026-06-04T05:38:59.8807482Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-04T05:38:59.8808536Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-04T05:38:59.8809740Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-04T05:38:59.9115148Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-04T05:38:59.9335976Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-04T05:38:59.9350031Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-04T05:38:59.9362243Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-04T05:38:59.9382396Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-04T05:38:59.9382997Z test release::tests::hex_roundtrips ... ok
2026-06-04T05:38:59.9400517Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-04T05:38:59.9406491Z test release::tests::revoked_key_is_rejected ... ok
2026-06-04T05:38:59.9417091Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-04T05:38:59.9433176Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-04T05:38:59.9443437Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-04T05:39:00.0839436Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-04T05:39:00.1510750Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-04T05:39:00.2011679Z test relay::tests::run_honors_stop ... ok
2026-06-04T05:39:00.2015677Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-04T05:39:00.2018086Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-04T05:39:00.2018793Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-04T05:39:00.2019714Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-04T05:39:00.2020519Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-04T05:39:00.2021364Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-04T05:39:00.2040107Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-04T05:39:00.2050455Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-04T05:39:00.2072689Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-04T05:39:00.2073636Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-04T05:39:00.2113445Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-04T05:39:00.2132161Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-04T05:39:00.2187894Z test seedmap::tests::take_absent_is_none ... ok
2026-06-04T05:39:00.2188300Z 
2026-06-04T05:39:00.2188706Z test result: ok. 89 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.59s
2026-06-04T05:39:00.2189391Z 
2026-06-04T05:39:00.2211028Z      Running tests/access.rs (target/debug/deps/access-aab00fb248724787)
2026-06-04T05:39:00.2244855Z 
2026-06-04T05:39:00.2245514Z running 1 test
2026-06-04T05:39:00.3401179Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-04T05:39:00.3401745Z 
2026-06-04T05:39:00.3402172Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
2026-06-04T05:39:00.3402734Z 
2026-06-04T05:39:00.3422929Z      Running tests/attach.rs (target/debug/deps/attach-2655f6846607eac0)
2026-06-04T05:39:00.3454205Z 
2026-06-04T05:39:00.3454590Z running 3 tests
2026-06-04T05:39:00.4279966Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-04T05:39:00.4328671Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-04T05:39:00.4353485Z test attach_registers_remote_drive_detection ... ok
2026-06-04T05:39:00.4356283Z 
2026-06-04T05:39:00.4356765Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-04T05:39:00.4357373Z 
2026-06-04T05:39:00.4382865Z      Running tests/brain_swap.rs (target/debug/deps/brain_swap-415fd46d654b720e)
2026-06-04T05:39:00.4401426Z 
2026-06-04T05:39:00.4401926Z running 1 test
2026-06-04T05:39:00.4427560Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-04T05:39:00.4428085Z 
2026-06-04T05:39:00.4428485Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T05:39:00.4429037Z 
2026-06-04T05:39:00.4433347Z      Running tests/broker.rs (target/debug/deps/broker-23fd29b3bf8b0443)
2026-06-04T05:39:00.4451893Z 
2026-06-04T05:39:00.4452256Z running 1 test
2026-06-04T05:39:00.4477140Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-04T05:39:00.4477632Z 
2026-06-04T05:39:00.4478039Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T05:39:00.4478590Z 
2026-06-04T05:39:00.4481336Z      Running tests/daemon_e2e.rs (target/debug/deps/daemon_e2e-6273583e331fb8f7)
2026-06-04T05:39:00.4500187Z 
2026-06-04T05:39:00.4500534Z running 1 test
2026-06-04T05:39:01.0795249Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-04T05:39:01.0795696Z 
2026-06-04T05:39:01.0796091Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
2026-06-04T05:39:01.0796652Z 
2026-06-04T05:39:01.0801112Z      Running tests/digest.rs (target/debug/deps/digest-cb395da5c25443e9)
2026-06-04T05:39:01.0823387Z 
2026-06-04T05:39:01.0823838Z running 1 test
2026-06-04T05:39:01.1708711Z test digest_daemon_half_end_to_end ... ok
2026-06-04T05:39:01.1709115Z 
2026-06-04T05:39:01.1709634Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-04T05:39:01.1710199Z 
2026-06-04T05:39:01.1716939Z      Running tests/handoff.rs (target/debug/deps/handoff-781047baa2405051)
2026-06-04T05:39:01.1734688Z 
2026-06-04T05:39:01.1734960Z running 1 test
2026-06-04T05:39:01.1786747Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-04T05:39:01.1787353Z 
2026-06-04T05:39:01.1787966Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T05:39:01.1788531Z 
2026-06-04T05:39:01.1790801Z      Running tests/idempotent.rs (target/debug/deps/idempotent-d546cbb5ad783368)
2026-06-04T05:39:01.1808731Z 
2026-06-04T05:39:01.1809059Z running 1 test
2026-06-04T05:39:01.2104902Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-04T05:39:01.2109539Z 
2026-06-04T05:39:01.2110091Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-04T05:39:01.2110650Z 
2026-06-04T05:39:01.2111107Z      Running tests/netbroker.rs (target/debug/deps/netbroker-70de28e4138cb73d)
2026-06-04T05:39:01.2143746Z 
2026-06-04T05:39:01.2144108Z running 5 tests
2026-06-04T05:39:01.2170817Z test netless_broker_probes_gracefully ... ok
2026-06-04T05:39:01.2357941Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-04T05:39:01.2451646Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-04T05:39:01.2660757Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-04T05:39:01.2670623Z test brain_dials_second_broker_over_loopback ... ok
2026-06-04T05:39:01.2671076Z 
2026-06-04T05:39:01.2671520Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
2026-06-04T05:39:01.2672133Z 
2026-06-04T05:39:01.2691898Z      Running tests/netstream.rs (target/debug/deps/netstream-5288ad3dcaf618d9)
2026-06-04T05:39:01.2725962Z 
2026-06-04T05:39:01.2726571Z running 2 tests
2026-06-04T05:39:01.3672841Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-04T05:39:01.4061955Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-04T05:39:01.4062565Z 
2026-06-04T05:39:01.4063119Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
2026-06-04T05:39:01.4063670Z 
2026-06-04T05:39:01.4090722Z      Running tests/presence.rs (target/debug/deps/presence-4d529433c41a70c2)
2026-06-04T05:39:01.4123988Z 
2026-06-04T05:39:01.4124367Z running 2 tests
2026-06-04T05:39:04.5279088Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-04T05:39:04.5371052Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-04T05:39:04.5377277Z 
2026-06-04T05:39:04.5377836Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.12s
2026-06-04T05:39:04.5378390Z 
2026-06-04T05:39:04.5398291Z      Running tests/replicate.rs (target/debug/deps/replicate-a955512ede97c684)
2026-06-04T05:39:04.5432721Z 
2026-06-04T05:39:04.5433101Z running 1 test
2026-06-04T05:39:07.9161100Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-04T05:39:07.9161627Z 
2026-06-04T05:39:07.9162009Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.37s
2026-06-04T05:39:07.9162556Z 
2026-06-04T05:39:07.9183398Z      Running tests/wanmsg.rs (target/debug/deps/wanmsg-62e96e3127d4e395)
2026-06-04T05:39:07.9217287Z 
2026-06-04T05:39:07.9217665Z running 2 tests
2026-06-04T05:39:13.2903144Z test receiver_restart_replays_feed_without_double_delivery ... ok
2026-06-04T05:39:13.2908277Z test wan_message_lands_exactly_once_under_transport_origin ... ok
2026-06-04T05:39:13.2908740Z 
2026-06-04T05:39:13.2909152Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.37s
2026-06-04T05:39:13.2909830Z 
2026-06-04T05:39:13.2938853Z      Running tests/xfer.rs (target/debug/deps/xfer-9ae948b341891899)
2026-06-04T05:39:13.2974015Z 
2026-06-04T05:39:13.2974383Z running 2 tests
2026-06-04T05:39:13.4577195Z test fetch_lands_byte_identical_with_progress_both_ends ... ok
2026-06-04T05:39:13.4689531Z test push_survives_target_brain_restart_exactly_once ... ok
2026-06-04T05:39:13.4690006Z 
2026-06-04T05:39:13.4690419Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
2026-06-04T05:39:13.4691026Z 
2026-06-04T05:39:13.4718414Z      Running unittests src/lib.rs (target/debug/deps/spt_live-9c6eff607e44ed98)
2026-06-04T05:39:13.4734437Z 
2026-06-04T05:39:13.4734848Z running 43 tests
2026-06-04T05:39:13.4737587Z test context::tests::direct_always_writes ... ok
2026-06-04T05:39:13.4738453Z test context::tests::llm_past_window_writes ... ok
2026-06-04T05:39:13.4740322Z test context::tests::llm_over_llm_writes ... ok
2026-06-04T05:39:13.4740986Z test context::tests::llm_within_window_suppressed ... ok
2026-06-04T05:39:13.4747661Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-04T05:39:13.4766700Z test context::tests::identified_write_stamps_advancing_vector ... ok
2026-06-04T05:39:13.4767768Z test context::tests::pre_identity_write_stamps_v1_shape ... ok
2026-06-04T05:39:13.4775564Z test echo::tests::provenance_is_stamped ... ok
2026-06-04T05:39:13.4785566Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-04T05:39:13.4789859Z test echo::tests::echo_nonzero_errors ... ok
2026-06-04T05:39:13.4801150Z test history::tests::fetcher_yields_records ... ok
2026-06-04T05:39:13.4801827Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-04T05:39:13.4805492Z test history::tests::native_missing_log_is_empty ... ok
2026-06-04T05:39:13.4809087Z test history::tests::native_reads_logged_records ... ok
2026-06-04T05:39:13.4966238Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-04T05:39:13.4998002Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-04T05:39:13.6533484Z test ingest::tests::both_drops_ingested ... ok
2026-06-04T05:39:13.7799412Z test history::tests::fetcher_timeout_errors ... ok
2026-06-04T05:39:13.7927710Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-04T05:39:13.7928476Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-04T05:39:13.7929110Z test psyche::tests::prompt_without_event ... ok
2026-06-04T05:39:13.7930159Z test ingest::tests::no_drops_is_empty ... ok
2026-06-04T05:39:13.8151537Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-04T05:39:14.0825569Z test ingest::tests::two_slice_drop_routes_per_tier ... ok
2026-06-04T05:39:14.1794714Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-04T05:39:14.1798057Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-04T05:39:14.3094031Z test pulse::tests::tick_ingests_drops ... ok
2026-06-04T05:39:14.3097898Z test pulse::tests::tick_reports_idle ... ok
2026-06-04T05:39:14.4612561Z test reconcile::tests::failed_turn_preserves_everything ... ok
2026-06-04T05:39:14.5577968Z test reconcile::tests::no_conflict_is_a_noop ... FAILED
2026-06-04T05:39:14.6879033Z test reconcile::tests::reconcile_merges_and_clears ... FAILED
2026-06-04T05:39:14.8193264Z test reconcile::tests::suppressed_write_preserves_artifacts ... FAILED
2026-06-04T05:39:14.8412671Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-04T05:39:14.9813923Z test resume::tests::download_composes_two_tiers ... ok
2026-06-04T05:39:14.9814686Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-04T05:39:14.9815356Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-04T05:39:14.9816020Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-04T05:39:14.9819335Z test signoff::tests::stale_signoff_swept ... ok
2026-06-04T05:39:15.0030569Z test turn::tests::empty_stdout_is_an_error ... ok
2026-06-04T05:39:15.0036428Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-04T05:39:15.0043181Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-04T05:39:15.0244071Z test turn::tests::turn_captures_stdout ... ok
2026-06-04T05:39:15.2829487Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-04T05:39:15.2830277Z 
2026-06-04T05:39:15.2830655Z failures:
2026-06-04T05:39:15.2830990Z 
2026-06-04T05:39:15.2831296Z ---- reconcile::tests::no_conflict_is_a_noop stdout ----
2026-06-04T05:39:15.2831729Z 
2026-06-04T05:39:15.2832295Z thread 'reconcile::tests::no_conflict_is_a_noop' (412280) panicked at crates/spt-live/src/reconcile.rs:234:61:
2026-06-04T05:39:15.2834727Z called `Result::unwrap()` on an `Err` value: Parse(TomlError { message: "expected newline, `#`", raw: Some("[adapter]\nname=\"mock\"\nversion=\"1\"\nmin_spt_core_version=\"1\"\n\n[session.psyche_resume]\ncommand='sh -c \"echo 'MERGED: kept-from-A kept-from-B'\"'\n"), keys: [], span: Some(106..107) })
2026-06-04T05:39:15.2836890Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-04T05:39:15.2837446Z 
2026-06-04T05:39:15.2837743Z ---- reconcile::tests::reconcile_merges_and_clears stdout ----
2026-06-04T05:39:15.2838198Z 
2026-06-04T05:39:15.2838756Z thread 'reconcile::tests::reconcile_merges_and_clears' (412321) panicked at crates/spt-live/src/reconcile.rs:234:61:
2026-06-04T05:39:15.2841043Z called `Result::unwrap()` on an `Err` value: Parse(TomlError { message: "expected newline, `#`", raw: Some("[adapter]\nname=\"mock\"\nversion=\"1\"\nmin_spt_core_version=\"1\"\n\n[session.psyche_resume]\ncommand='sh -c \"echo 'MERGED: kept-from-A kept-from-B'\"'\n"), keys: [], span: Some(106..107) })
2026-06-04T05:39:15.2843538Z 
2026-06-04T05:39:15.2843912Z ---- reconcile::tests::suppressed_write_preserves_artifacts stdout ----
2026-06-04T05:39:15.2844401Z 
2026-06-04T05:39:15.2845031Z thread 'reconcile::tests::suppressed_write_preserves_artifacts' (412322) panicked at crates/spt-live/src/reconcile.rs:234:61:
2026-06-04T05:39:15.2847370Z called `Result::unwrap()` on an `Err` value: Parse(TomlError { message: "expected newline, `#`", raw: Some("[adapter]\nname=\"mock\"\nversion=\"1\"\nmin_spt_core_version=\"1\"\n\n[session.psyche_resume]\ncommand='sh -c \"echo 'MERGED: kept-from-A kept-from-B'\"'\n"), keys: [], span: Some(106..107) })
2026-06-04T05:39:15.2849000Z 
2026-06-04T05:39:15.2849010Z 
2026-06-04T05:39:15.2849151Z failures:
2026-06-04T05:39:15.2855862Z error: test failed, to rerun pass `-p spt-live --lib`
2026-06-04T05:39:15.2856544Z     reconcile::tests::no_conflict_is_a_noop
2026-06-04T05:39:15.2857072Z     reconcile::tests::reconcile_merges_and_clears
2026-06-04T05:39:15.2857646Z     reconcile::tests::suppressed_write_preserves_artifacts
2026-06-04T05:39:15.2858020Z 
2026-06-04T05:39:15.2858442Z test result: FAILED. 40 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.81s
2026-06-04T05:39:15.2859021Z 
2026-06-04T05:39:15.2950474Z ##[error]Process completed with exit code 101.
2026-06-04T05:39:15.3121587Z Post job cleanup.
2026-06-04T05:39:15.4333890Z [command]/usr/bin/git version
2026-06-04T05:39:15.4386479Z git version 2.34.1
2026-06-04T05:39:15.4433022Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/b67b2366-910c-4ef4-b57d-2fd1aad8dc42/.gitconfig'
2026-06-04T05:39:15.4457944Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/b67b2366-910c-4ef4-b57d-2fd1aad8dc42' before making global git config changes
2026-06-04T05:39:15.4459481Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T05:39:15.4466336Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T05:39:15.4513596Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T05:39:15.4558897Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T05:39:15.4801744Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T05:39:15.4831836Z http.https://github.com/.extraheader
2026-06-04T05:39:15.4845566Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-04T05:39:15.4887773Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T05:39:15.5157418Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T05:39:15.5204897Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T05:39:15.5665645Z Cleaning up orphan processes
2026-06-04T05:39:15.6291118Z Terminate orphan process: pid (412052) (sleep)
